垂直または水平改ページのページ境界を表す行または列のインデックスの配列を返します。改ページは、現在のワークシートのPageSetupの設定に基づいています。
シンタックス
'宣言
Public Overloads Function GetPaginationInfo( _
ByVal As IWorksheet, _
ByVal As PaginationOrientation, _
ByVal As System.Collections.Generic.IList(Of IRange), _
ByVal As System.Collections.Generic.IList(Of RepeatSetting) _
) As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> GetPaginationInfo(
IWorksheet ,
PaginationOrientation ,
System.Collections.Generic.IList<IRange> ,
System.Collections.Generic.IList<RepeatSetting>
)
パラメータ
- worksheet
- ワークシートのオブジェクト。
- orientation
- 改ページの方向。
- keepTogetherRanges
- 1つにまとめる範囲のコレクション。
- repeatSettings
- Rangeの繰り返し設定のコレクション。
参照